home *** CD-ROM | disk | FTP | other *** search
/ Washington DC / Washington DC 100 Photos & Screensaver.iso / mac / mainmenu.dxr / 00001.ls next >
Encoding:
Text File  |  2000-04-19  |  195 b   |  10 lines

  1. on mouseUp
  2.   sound stop 2
  3.   set apppath to mappLocateExecutable(the moviePath & "mac_kudo:WASHDC")
  4.   if apppath = "Error: can't locate application" then
  5.     go(25)
  6.   else
  7.     go(10)
  8.   end if
  9. end
  10.